home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
xlmath21.arj
/
SOURCE.ZIP
/
XLMATH.RC
< prev
next >
Wrap
Text File
|
1992-12-16
|
2KB
|
57 lines
// XLMATH.RC -- XLMATH Resource Files
// Mathematics XLL for Excel 4.0
// Written by Roy Kari
// August 1992
// these *must* be kept in synch with XLM_ERROR in XLMATH.H
#define XLU_NO_MEMORY 0
#define XLU_MEMORY_ERROR 1
#define XLU_NO_FREE 2
#define XLU_NO_ACTIVESHEET 3
#define XLU_BAD_REF 4
#define XLU_OVERLAPPED_REF 5
#define XLU_NO_ARRAY 6
#define XLD_BAD_DIALOG 7
#define XLM_NOT_SQUARE 8
#define XLM_POLY 9
#define XLM_SMOOTHSG 10
#define XLM_SMOOTHWT 11
#define XLM_CUBIC 12
#define XLM_CALCSPLINE 13
#define XLM_MODENSITY 14
#define XLM_CF1 15
#define XLM_CF2 16
#define XLM_CF3 17
#define XLM_CF4 18
#define XLM_CF5 19
#define XLM_CF6 20
#define XLM_CF7 21
#define XLM_CF8 22
STRINGTABLE
BEGIN
XLU_NO_MEMORY," Out of memory, Remove items from desktop"
XLU_MEMORY_ERROR," Memory error, Exit Excel"
XLU_NO_FREE," Internal error freeing memory: Proably not critical"
XLU_NO_ACTIVESHEET," No active sheet: Please activate one"
XLU_BAD_REF," Reference to cell or range is bad, missing or discontinuous. None are supported"
XLU_OVERLAPPED_REF," Output range overlaps input range; Try again"
XLU_NO_ARRAY," Single cell referenced in input dialog; Requires reference to 2 or more cells"
XLD_BAD_DIALOG," Bad or missing info in dialog box"
XLM_NOT_SQUARE," Symmetric matrix must be square"
XLM_POLY," Check PolyCurveFit parameters"
XLM_SMOOTHSG," Check SmoothSG parameters"
XLM_SMOOTHWT," Check SmoothWT parameters"
XLM_CUBIC," Check CubicSplines parameters"
XLM_CALCSPLINE," Check CalcSpline parameters"
XLM_MODENSITY," Check MODensity parameters"
XLM_CF1," Need more than 2 XY data pairs in adjacent column format"
XLM_CF2," X & Y values must be in adjacent column format"
XLM_CF3," Must have parm, lower & upper bounds in adjacent rows"
XLM_CF4," Please define the name CustomFitMacro in the active sheet"
XLM_CF5," Please check the name CustomFitMacro in your defined names"
XLM_CF6," Can't find a proper defined name for CustomFitMacro"
XLM_CF7," CustomFitMacro must return a single number"
XLM_CF8," No. data points must exceed number parameters"
END